[INFO] cloning repository https://github.com/hhllhhyyds/atombot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hhllhhyyds/atombot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhllhhyyds%2Fatombot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhllhhyyds%2Fatombot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c70e7e699046e37cd2392f023dbde38fcc9d929d
[INFO] checking hhllhhyyds/atombot against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhllhhyyds%2Fatombot" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hhllhhyyds/atombot
[INFO] finished tweaking git repo https://github.com/hhllhhyyds/atombot
[INFO] tweaked toml for git repo https://github.com/hhllhhyyds/atombot written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hhllhhyyds/atombot on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 281 packages to latest compatible versions
[INFO] [stderr]       Adding async-openai v0.34.0 (available: v0.41.1)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding reqwest v0.12.28 (available: v0.13.4)
[INFO] [stderr]       Adding scraper v0.20.0 (available: v0.27.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89
[INFO] running `Command { std: "docker" "start" "ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling rand v0.8.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking tokio v1.53.0
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking cssparser v0.31.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking servo_arc v0.3.0
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]    Compiling async-openai-macros v0.1.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking ego-tree v0.6.3
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]     Checking html-escape v0.2.14
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking scraper v0.20.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking reqwest-eventsource v0.6.0
[INFO] [stderr]     Checking async-openai v0.34.0
[INFO] [stderr] error: could not compile `async-openai` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name async_openai --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-openai-0.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="_api"' --cfg 'feature="administration"' --cfg 'feature="administration-types"' --cfg 'feature="assistant"' --cfg 'feature="assistant-types"' --cfg 'feature="audio"' --cfg 'feature="audio-types"' --cfg 'feature="batch"' --cfg 'feature="batch-types"' --cfg 'feature="byot"' --cfg 'feature="chat-completion"' --cfg 'feature="chat-completion-types"' --cfg 'feature="chatkit"' --cfg 'feature="chatkit-types"' --cfg 'feature="completion-types"' --cfg 'feature="completions"' --cfg 'feature="container"' --cfg 'feature="container-types"' --cfg 'feature="default"' --cfg 'feature="embedding"' --cfg 'feature="embedding-types"' --cfg 'feature="eval-types"' --cfg 'feature="evals"' --cfg 'feature="file"' --cfg 'feature="file-types"' --cfg 'feature="finetuning"' --cfg 'feature="finetuning-types"' --cfg 'feature="full"' --cfg 'feature="grader-types"' --cfg 'feature="image"' --cfg 'feature="image-types"' --cfg 'feature="model"' --cfg 'feature="model-types"' --cfg 'feature="moderation"' --cfg 'feature="moderation-types"' --cfg 'feature="realtime"' --cfg 'feature="realtime-types"' --cfg 'feature="response-types"' --cfg 'feature="responses"' --cfg 'feature="rustls"' --cfg 'feature="skill"' --cfg 'feature="skill-types"' --cfg 'feature="types"' --cfg 'feature="upload"' --cfg 'feature="upload-types"' --cfg 'feature="vectorstore"' --cfg 'feature="vectorstore-types"' --cfg 'feature="video"' --cfg 'feature="video-types"' --cfg 'feature="webhook"' --cfg 'feature="webhook-types"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_api", "administration", "administration-types", "assistant", "assistant-types", "audio", "audio-types", "batch", "batch-types", "byot", "chat-completion", "chat-completion-types", "chatkit", "chatkit-types", "completion-types", "completions", "container", "container-types", "default", "embedding", "embedding-types", "eval-types", "evals", "file", "file-types", "finetuning", "finetuning-types", "full", "grader", "grader-types", "image", "image-types", "model", "model-types", "moderation", "moderation-types", "native-tls", "native-tls-vendored", "realtime", "realtime-types", "response-types", "responses", "rustls", "rustls-webpki-roots", "skill", "skill-types", "types", "upload", "upload-types", "vectorstore", "vectorstore-types", "video", "video-types", "webhook", "webhook-types"))' -C metadata=52c56450fb90c6c5 -C extra-filename=-1819c0e1bfbb5aac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_openai_macros=/opt/rustwide/target/debug/deps/libasync_openai_macros-550c3fcc43551389.so --extern backoff=/opt/rustwide/target/debug/deps/libbackoff-c811319fde0c914f.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-4fbd75942b1503ad.rmeta --extern derive_builder=/opt/rustwide/target/debug/deps/libderive_builder-a98dfbe2feba11f5.rmeta --extern eventsource_stream=/opt/rustwide/target/debug/deps/libeventsource_stream-c2cb3878236ac611.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-469c6d2c85b39112.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-dc38863c12685790.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-d899ed9b62478de5.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-844a8c6596afefd4.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-6f86aaebe82005fd.rmeta --extern reqwest_eventsource=/opt/rustwide/target/debug/deps/libreqwest_eventsource-1dbe9a0e3ebfd59d.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-515159b4150d5363.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-904ce617c892235f.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-80a070c388686ade.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-e9320c3ea1ed848b.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-c1bd622adac74a7e.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0d56fc7219c5cd4d.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-aa7177ea57f47c21.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-b05bf7c140e1217a.rmeta --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-8f7db5ec97ea7c67.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-571af1a444c139d3.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6c242faf1ce54b31.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-55b695dc0a02a798.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-b8b21a38c8cdef0e/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89", kill_on_drop: false }`
[INFO] [stdout] ce26c2f7c5b26c0bf6ac2d3532c2d2092364cdad30356c659d906ac63a99ac89
